chore(dns): update hickory-resolver from 0.25 to 0.26#4544
Merged
Conversation
cratelyn
force-pushed
the
kate/update-hickory-to-0.26
branch
2 times, most recently
from
May 29, 2026 17:58
f016653 to
54746e3
Compare
cratelyn
commented
May 29, 2026
Member
Author
to get ourselves onto a proper version of rand, we need to update the quickcheck library that we inherit via linkerd2-proxy-api. we will need to publish a v0.20 release of the proxy api before these changes can be pulled in here. |
This was referenced Jun 3, 2026
cratelyn
added a commit
that referenced
this pull request
Jun 3, 2026
see: * https://github.com/linkerd/linkerd2-proxy-api/releases/tag/v0.20.0 * linkerd/linkerd2-proxy-api#562 * linkerd/linkerd2-proxy-api#559 * linkerd/linkerd2-proxy-api#565 * #4537 * #4546 * #4544 this commit updates linkerd2-proxy-api, pulling in the latest release. aside from a slew of dependency updates, this new version most importantly includes changes to set the state for forthcoming load-balancing work. these new fields are marked with "todo" comments to indicate where future work in `linkerd-proxy-client-policy` in that vein will introduce future enum variants, fields, marshalling and validation, etc. this new version also includes an update to the most recent version of rand, which will allow us to properly update to the latest version of hickory-resolver without introducing breakage in our audit job in CI. Signed-off-by: katelyn martin <kate@buoyant.io>
Signed-off-by: katelyn martin <kate@buoyant.io>
Signed-off-by: katelyn martin <kate@buoyant.io>
Signed-off-by: katelyn martin <kate@buoyant.io>
Signed-off-by: katelyn martin <kate@buoyant.io>
cratelyn
force-pushed
the
kate/update-hickory-to-0.26
branch
from
June 4, 2026 15:33
54746e3 to
bd4e227
Compare
see open-telemetry/opentelemetry-rust#3536. Signed-off-by: katelyn martin <kate@buoyant.io>
cratelyn
marked this pull request as ready for review
June 4, 2026 15:58
Signed-off-by: katelyn martin <kate@buoyant.io>
`rand@0.9` leaves a pair of duplicate dependencies that we can acknowledge and skip. see open-telemetry/opentelemetry-rust#3536. Signed-off-by: katelyn martin <kate@buoyant.io>
cratelyn
force-pushed
the
kate/update-hickory-to-0.26
branch
from
June 4, 2026 16:26
fe5cb02 to
58685ba
Compare
unleashed
approved these changes
Jun 4, 2026
Signed-off-by: katelyn martin <kate@buoyant.io>
cratelyn
enabled auto-merge (squash)
June 4, 2026 19:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
see:
this branch provides changes, updating
hickory-resolverin particular, to address RUSTSEC-2026-0120 (aka GHSA-3v94-mw7p-v465) and RUSTSEC-2026-0119 (aka GHSA-q2qq-hmj6-3wpp, CVE-2024-8508).we update
hickory-resolverfrom 0.25.2 to 0.26.1.this is a significant release that includes many changes to the hickory-resolver public interface. see the release notes in 0.26.0 for a detailed summary of changes to that library since 0.25.2.
see also:
this branch updates the
quickchecklibrary to 1.1.0, now that the linkerd2-proxy-api dependency has been updated to v0.20.0. this removes a dependency on rand@0.8.rand 0.9 is still in our dependency tree, and is ignored in our
cargo denyat the time of writing. open-telemetry/opentelemetry-rust#3536 updates our remaining dependency on rand 0.9, but otherwise we now depend entirely on rand 0.10.